Resonance calendar/ init .py files are optional
Encountering this structure, you might wonder which of these directories are meant to be packages, and which are just directories that happen to contain Python files.
The only real argument to create __init__.py
files is to make it easy to understand if we are dealing with folders or packages (for the user, not for Python).
What is the usefulness of namespace packages
?
Backlinks
These are the other notes that link to this one.
Nothing links here, how did you reach this page then?
Comment
Share your thoughts on this note. Comments are not public, they are
messages sent directly to my inbox.